Transferred from: http://www.ibm.com/developerworks/cn/opensource/os-cn-tourofgit/The design idea of the distributed code base and file snapshot, which is advocated by Git, is a challenge and subversion relative to the traditional CVS, SVN and other
GitLinus Torvalds, a distributed version control tool, introduced Git-the stupid content tracker (silly content tracker)
1. Git background
Git was originally written by Linus Torvalds and used as a version control tool for Linux kernel development.
GitLinus Torvalds, a distributed version control tool, introduced Git-the stupid content tracker (silly content tracker)
1. Git background
Git was originally written by Linus Torvalds and used as a version control tool for Linux kernel development.
What is git?
Git is a distributed code management container. The same code is stored locally and remotely. The GIT repository is mainly composed of three parts: Local Code, cache area, and commit history. This is the essence of almost all operations.
Git is a distributed version Control tool, and its author, Linus Torvalds, introduces us to git--the stupid content tracker (a fool-like tracker)1. Git backgroundGit was originally written by Linus Torvalds, a version control tool for Linux kernel
Transferred from http://www.cnblogs.com/Sonet-life/p/3635797.html
While SVN dominates the enterprise, Git is one of the world's version-controlled systems, and Git's entire community is very active, with a myriad of different types of open-source
About version control:
A long time ago, people suffered from version management for the code they had written. After a while, they often tried to restore the code they had previously written, but they forgot where they lost it, some people use the
Source Control System (SCM) and VersioningVersioning is a system that records changes in the content of several files to enable future review of specific revisions.local version control systemMany people are accustomed to copy the entire project
First, git and github brief 1.Git The distributed version control system, first used in the Linux community, is an open source, free version control system that functions like SVN and CVS. The biggest difference between git and other version
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.